(CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
compiler.
CC=cc
CONFIG_CFLAGS=-g
+C_SWITCH_SYSTEM=
LOADLIBES=
version=version-not-set
configname=configuration-name-not-set
### Some other files - those shared with other GNU utilities - need
### HAVE_CONFIG_H #defined before they know they can take advantage of
### the information in ../src/config.h.
-CFLAGS=${CONFIG_CFLAGS} -Demacs -DHAVE_CONFIG_H -I../src
+CFLAGS=${CONFIG_CFLAGS} ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src
all: ${EXECUTABLES}